home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / help24.arc / HELP.TXT < prev   
Text File  |  1987-10-03  |  1KB  |  20 lines

  1. ANSI
  2. esc[#;#H [move cursor to #;# - esc[H home cursor]
  3. esc[#A   [move cursor up # lines but not past top line]
  4. esc[#B   [move cursor down # lines but not past bottom line]
  5. esc[#C   [move cursor right # columns but not past right screen]
  6. esc[#D   [move cursor left # columns but not past left screen]
  7. esc[s    [save cursor position (see below)]
  8. esc[u    [restore cursor position (see above)]
  9. esc[K    [erase to end of current line]
  10. esc[J    [erase screen - home cursor]
  11. esc[#0;#1;#3;#4p       [define key #0;#1 as sequence #3;#4]
  12. esc[#0;#1;"string";#4p
  13. esc[#;#;#m [reset screen colors/attributes]
  14. fg  color  bg   fg  color  bg     attrib  result alone
  15. 34   BLUE  44   30  BLACK  40   0 normal  [gray/black]
  16. 35 MAGENTA 45   31   RED   41   bright  [white/black]
  17. 36   CYAN  46   32  GREEN  42   5 blink
  18. 37 GRY/WHT 47   33 BRN/YLW 43   7 reverse [black/gray only]$&& 
  19.  
  20.